home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 19 / 9 / DISK1991.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-06-01  |  1KB  |  38 lines

  1. echo off
  2. %2
  3. cd\
  4. if %4 == N goto :skip1
  5. md %3
  6. :skip1
  7. cd %3
  8. echo ---------------------------
  9. echo Copying Giftbase diskette 1
  10. copy %1GB11-1.EXE %2
  11. if %4 == Y goto :skip2
  12. echo ----------------------------------------------------------------
  13. echo If you are updating Giftbase, you should get warnings that some
  14. echo files already exist.  You should overwrite them, so answer 'y'.
  15. echo ----------------------------------------------------------------
  16. :skip2
  17. GB11-1
  18. erase GB11-1.EXE
  19. echo ---------------------------
  20. echo Insert Giftbase diskette #2
  21. pause
  22. echo ---------------------------
  23. echo Copying Giftbase diskette 2
  24. copy %1GB11-2.EXE %2
  25. GB11-2
  26. erase GB11-2.EXE
  27. if %4 == Y REN XXFIL*.DAT GBFIL*.DAT
  28. echo ---------------------------------------------------------------
  29. echo. Giftbase installation complete!
  30. echo.
  31. echo. Before starting...
  32. echo.
  33. echo. Read READ.ME file first.  Also, see Q & A in Appendix D.
  34. echo ---------------------------------------------------------------
  35. %1
  36. newlife
  37. %2
  38.